From: LLVM Packaging Team Date: Sat, 8 Nov 2025 13:36:04 +0000 (+0100) Subject: bolt-disable-emit-relocs X-Git-Tag: archive/raspbian/1%18.1.8-20+rpi1~1^2~27 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=4a9ca8e4e2e6d560217df734a77439d50b96f9d4;p=llvm-toolchain-18.git bolt-disable-emit-relocs =================================================================== Gbp-Pq: Name bolt-disable-emit-relocs.patch --- diff --git a/bolt/tools/merge-fdata/CMakeLists.txt b/bolt/tools/merge-fdata/CMakeLists.txt index f6a87a2268..f31b99058e 100644 --- a/bolt/tools/merge-fdata/CMakeLists.txt +++ b/bolt/tools/merge-fdata/CMakeLists.txt @@ -12,6 +12,6 @@ add_bolt_tool(merge-fdata add_dependencies(bolt merge-fdata) # Emit relocations for BOLT meta test (bolt/test/runtime/meta-merge-fdata.test) -if (BOLT_INCLUDE_TESTS AND UNIX AND NOT APPLE) - target_link_options(merge-fdata PRIVATE LINKER:--emit-relocs) -endif() +# if (BOLT_INCLUDE_TESTS AND UNIX AND NOT APPLE) +# target_link_options(merge-fdata PRIVATE LINKER:--emit-relocs) +# endif()